Neos\Flow\ResourceManagement\Collection::publish PHP 메소드

publish() 공개 메소드

Publishes the whole collection to the corresponding publishing target
public publish ( ) : void
리턴 void
    public function publish()
    {
        $this->target->publishCollection($this);
    }