protected function LingotekProfile::setId in Lingotek Translation 7.7
1 call to LingotekProfile::setId()
- LingotekProfile::__construct in lib/
Drupal/ lingotek/ LingotekProfile.php - Constructor.
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 155 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
protected function setId($profile_id) {
$this->profile_id = $profile_id;
}