Ouzo\Tools\Controller\Template\ActionStubPlaceholderReplacer::content PHP Метод

content() публичный Метод

public content ( )
    public function content()
    {
        $stubContent = file_get_contents($this->stubFilePath());
        $strSubstitutor = new StrSubstitutor(array('action' => $this->actionGenerator->getActionName()));
        return $strSubstitutor->replace($stubContent);
    }
ActionStubPlaceholderReplacer