Pimcore\Model\Object\Fieldcollection\Definition::getPhpClassFile PHP Method

getPhpClassFile() protected method

protected getPhpClassFile ( ) : string
return string
    protected function getPhpClassFile()
    {
        $classFolder = PIMCORE_CLASS_DIRECTORY . "/Object/Fieldcollection/Data";
        $classFile = $classFolder . "/" . ucfirst($this->getKey()) . ".php";
        return $classFile;
    }