This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
class HtmlPage extends Path | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
class Path | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
class Site | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
class Path | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
class Site | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
class HtmlPage extends Path | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\ExampleBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
Lowpress\CmsBundle as CMS; | |
class ContentPage extends CMS\Entity\HtmlPage | |
{ | |
This file contains 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 | |
namespace Lowpress\ExampleBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
Lowpress\CmsBundle as CMS; | |
class ContentPage extends CMS\Entity\HtmlPage | |
{ | |
This file contains 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 | |
namespace Lowpress\CmsBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
class HtmlPage extends Path | |
{ | |
/** |
This file contains 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 | |
namespace Lowpress\ExampleBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM, | |
Lowpress\CmsBundle as CMS; | |
class ContentPage extends CMS\Entity\HtmlPage | |
{ |