PHPDaemon\Config\Object::getRealPropertyName PHP 메소드

getRealPropertyName() 공개 메소드

Get real property name
public getRealPropertyName ( $prop ) : string
리턴 string Real property name
    public function getRealPropertyName($prop)
    {
        return str_replace('-', '', strtolower($prop));
    }