Skip to content

Instantly share code, notes, and snippets.

<?php
namespace MY\Package\Controller;
/* *
* This script belongs to the FLOW3 package "My.Package". *
* *
* */
use TYPO3\FLOW3\Annotations as FLOW3;
<?php
namespace MY\Package\Domain\Dto;
class ParentsDto {
/**
* @var \MY\Package\Domain\Model\Parents
*/
protected $myparents;
<?php
namespace WL\Komsis\Domain\Model;
/* *
* This script belongs to the FLOW3 package "MY.Package". *
* *
* */
<?php
namespace MY\Package\Domain\Model;
/* *
* This script belongs to the FLOW3 package "MY.Package". *
* *
* */
use TYPO3\FLOW3\Annotations as FLOW3;