Pheasant::schema PHP Method

schema() public method

Gets the schema for an object, initializing it if needed.
public schema ( $subject )
$subject mixed either object or classname
    public function schema($subject)
    {
        return $this->_schema[$this->initialize($subject)];
    }