PHPDaemon\Config\Section::getRealPropertyName PHP Method

getRealPropertyName() public method

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