eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler::link PHP 메소드

    public function link($groupId, $contentTypeId, $status)
    {
        $this->contentTypeGateway->insertGroupAssignment($groupId, $contentTypeId, $status);
        // @todo FIXME: What is to be returned?
        return true;
    }