Newscoop\Entity\Resource::__construct PHP Method

__construct() public method

public __construct ( string $path = null )
$path string Should be id..
    public function __construct($path = null)
    {
        if (!is_null($path)) {
            $this->setPath($path);
        }
    }