Apple_Exporter\Workspace::__construct PHP Метод

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

Initialize.
С версии: 0.2.0
public __construct ( integer $content_id )
$content_id integer
    function __construct($content_id)
    {
        $this->content_id = $content_id;
    }