This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contao Open Source CMS | |
* | |
* @copyright MEN AT WORK 2014 | |
* @package Helper | |
* @license GNU/LGPL | |
* @filesource | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* PHP version 5 | |
* | |
* @copyright MEN AT WORK 2014 | |
* @license LGPL-3.0+ | |
* @filesource | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: stefan.heimes | |
* Date: 10.11.2014 | |
* Time: 11:53 | |
*/ | |
namespace FooBaa\MetaModels; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Generate the tree view for a given collection. | |
* | |
* @param CollectionInterface $objCollection The collection to iterate over. | |
* | |
* @param string $treeClass The class to use for the tree. | |
* | |
* @return string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\DefaultProperty; | |
use ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent; | |
return array | |
( | |
BuildDataDefinitionEvent::NAME => array( | |
array( | |
function (BuildDataDefinitionEvent $event) { |
OlderNewer