for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: VITALYIEGOROV
* Date: 08.12.15
* Time: 23:11
*/
namespace samsoncms\api\query;
use samson\activerecord\dbQuery;
class MaterialNavigation extends Base
{
/** MaterialQuery constructor */
public function __construct()
parent::__construct(
new dbQuery(),
__NAMESPACE__.'\Material',
Navigation::$_primary,
CMS::MATERIAL_NAVIGATION_RELATION_ENTITY
);
}