Kraken\Loop\LoopExtendedInterface::getModel PHP Method

getModel() public method

public getModel ( ) : Kraken\Loop\LoopModelInterface
return Kraken\Loop\LoopModelInterface
    public function getModel();

Usage Example

Beispiel #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function setLoop(LoopExtendedInterface $loop = null)
 {
     $this->loop = $loop;
     $this->loopBackup = $loop !== null ? new Loop($this->reflect($this->loop->getModel())) : $loop;
 }
All Usage Examples Of Kraken\Loop\LoopExtendedInterface::getModel