category Zend
package Zend_Tool
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

serialize()

serialize(\Zend_Tool_Project_Profile $profile) : string

This method should take a profile and return a string representation of it.

Parameters

$profile

\Zend_Tool_Project_Profile

Returns

string

unserialize()

unserialize(string $data, \Zend_Tool_Project_Profile $profile) 

This method should be able to take string data an create a struture in the provided $profile

Parameters

$data

string

$profile

\Zend_Tool_Project_Profile