API Documentation

Barcode/Exception.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Barcode
version
$Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Barcode_Exception

Description

Zend Framework

LICENSE

This source file is subject to version 1.0 of the Zend Framework license, that is bundled with this package in the file LICENSE.txt, and is available through the world-wide-web at the following URL: http://framework.zend.com/license/new-bsd. If you did not receive a copy of the Zend Framework license and are unable to obtain it through the world-wide-web, please send a note to license@zend.com so we can mail you a copy immediately.

Zend_Barcode_Exception

Extends from
Zend_Exception
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Barcode
Properties
$_isRenderable
Methods
setIsRenderable
isRenderable

Description

Zend_Barcode_Exception

Properties

$_isRenderable

bool $_isRenderable = 'true'

Is this exception renderable?

Details

$_isRenderable
bool
visibility
protected
default
true
final
false
static
false

Methods

isRenderable

isRenderable( ) : bool

Retrieve renderable flag

Output
bool
Details
visibility
public
final
false
static
false

setIsRenderable

setIsRenderable( bool $flag ) : Zend_Barcode_Exception

Set renderable flag

Arguments
$flag
bool
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.