PHPePub\Core\Structure\Opf::addItem PHP 메소드

addItem() 공개 메소드

..
public addItem ( string $id, string $href, string $mediaType, string $properties = null )
$id string
$href string
$mediaType string
$properties string
    function addItem($id, $href, $mediaType, $properties = null)
    {
        $this->manifest->addItem(new Item($id, $href, $mediaType, $properties));
    }