Nextras\Orm\Mapper\Dbal\StorageReflection\UnderscoredStorageReflection::formatStorageKey PHP Method

formatStorageKey() protected method

protected formatStorageKey ( $key )
    protected function formatStorageKey($key)
    {
        return StringHelper::underscore($key);
    }