Gregwar\RST\Nodes\FigureNode::__construct PHP Метод

__construct() публичный Метод

public __construct ( Gregwar\RST\Nodes\ImageNode $image, $document = null )
$image Gregwar\RST\Nodes\ImageNode
    public function __construct(ImageNode $image, $document = null)
    {
        $this->image = $image;
        $this->document = $document;
    }
FigureNode