Fakerino\Core\FakeHandler\Handler::getOutput PHP Méthode

getOutput() public méthode

public getOutput ( $class, $options = null )
    public function getOutput($class, $options = null)
    {
        if (!array_key_exists(self::$fakeElement, self::$outputContainer)) {
            self::$outputContainer[self::$fakeElement] = array($class, $options);
        }
        return OutPutFactory::getOutput($class, $options);
    }