lithium\tests\cases\util\InflectorTest::_getProtectedValue PHP Method

_getProtectedValue() protected method

This is a helper method for testStorageMechanism to fetch a private property of the Inflector class.
protected _getProtectedValue ( string $property ) : string
$property string
return string The value of the property.
    protected function _getProtectedValue($property)
    {
        $info = Inspector::info("lithium\\util\\Inflector::{$property}");
        return $info['value'];
    }