N98\Magento\Command\Developer\Code\Model\MethodCommand::generateComment PHP Method

generateComment() protected method

protected generateComment ( ) : string
return string
    protected function generateComment()
    {
        return PHP_EOL . '/**' . PHP_EOL . implode(PHP_EOL, $this->getGetterSetter()) . PHP_EOL . ' */' . PHP_EOL;
    }