for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kunstmaan\NodeBundle\Entity;
abstract class StructureNode extends StructurePage
{
/**
* By default this is true..
*
* {@inheritdoc}
*/
public function isStructureNode()
return true;
}