Emarref\Jwt\Claim\AbstractClaim::__construct PHP Метод

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

public __construct ( mixed $value = null )
$value mixed
    public function __construct($value = null)
    {
        $this->setValue($value);
    }