Class shardimage\shardimagephpapi\base\resources\BinaryStringResource
Binary string resource
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$name | shardimage\shardimagephpapi\base\resources\StreamResource | ||
$resource | resource | shardimage\shardimagephpapi\base\resources\StreamResource | |
$size | integer | Size of content | shardimage\shardimagephpapi\base\resources\BinaryStringResource |
Public Methods
Property Details
Method Details
public void __construct ( $binaryString ) | ||
$binaryString | string | Binary data |
public void delete ( ) |
public static void fromResource ( $resource, $name = null ) | ||
$resource | ||
$name |
{@inheritdoc}
public void getMimeType ( ) |
{@inheritdoc}
public void getSize ( ) |
{@inheritdoc}
public void getUrl ( ) |
public static void isCompatible ( $variable ) | ||
$variable |