Zephir\Documentation\Docblock::setAnnotations PHP Method

setAnnotations() public method

public setAnnotations ( array $annotations )
$annotations array
    public function setAnnotations(array $annotations)
    {
        $this->annotations = $annotations;
    }