Title: Access properties directly instead of wrapper functions
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 15 Aug 2018 05:33:56 +0000 (22:33 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 15 Aug 2018 05:55:47 +0000 (22:55 -0700)
commit730297567e91a4d97100f842aad2d18b8fb325fe
tree5cd20ce923ead4588255e93a5254b17e475d9ba7
parent8af8ff84c0666a78dac14ba811daf1d9aa7de9aa
Title: Access properties directly instead of wrapper functions

Since this is pretty hot code, avoid the performance hit of a function
call when we can directly access the property.

Change-Id: I287de5eb003582b5704e9d93e2fc99d16c0ffb2a
includes/Title.php