示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->type = 'org.glizycms.core.models.Content';
     $this->protocol = 'internal:';
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->type = 'movio.modules.ontologybuilder.content';
     $this->protocol = 'movioContent:';
 }