Пример #1
1
 public function __construct(StyleSet $set = null, Block $b, $theme = null)
 {
     $this->arHandle = $b->getAreaHandle();
     $this->bID = $b->getBlockID();
     $this->set = $set;
     $this->theme = $theme;
     $this->bFilename = $b->getBlockFilename();
 }
Пример #2
0
 public function getBlockFilename()
 {
     return parent::getBlockFilename();
 }